home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / Muttrc.d / charset.rc next >
Encoding:
Text File  |  2011-12-19  |  410 b   |  10 lines

  1. # Some GB18030 traditional Chinese mails are wrongly labelled GB2312.
  2. # The first charset is a superset of the second. Let's alias it, so
  3. # that Mutt displays such mails as if they were correctly labelled.
  4. charset-hook ^gb2312$ gb18030
  5.  
  6. # Some mailers send EUC-JP-MS Japanese mails wrongly labelled EUC-JP.
  7. # The first charset is a superset of the second. Let's also alias it.
  8. charset-hook ^euc-jp$ euc-jp-ms
  9.  
  10.